*{
    margin:0;
    padding:0;
}
.html {
	text-align: center;
}
body {
    font-family: 'Microsoft YaHei','微软雅黑',sans-serif;
	margin: 0 auto;
	background: #fff;
}

img {
	border: none;
}
p,ul,ol,li,form {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content {
}
.sider {
	width: 300px;
}
.homepage .sider {
	width: 230px;
}

/* 系统文件表格样式 */
.header	{ 
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
}
.header a				{ color: #000000 }
.tableborder			{ background: #E1EFFB; border: 1px solid #AACCEE } 

/* 分页样式*/
.list_page {
	margin: 15px 5px;
}
.pageLink a,
.list_page a,
.list_page b {
	padding: 4px 4px 2px;
	border: 1px solid #D2EFFF;
	background: #F0F8FF;
	text-align: center;
	display: inline;
	font-size: 14px;
	}
.pageLink a:hover,
.list_page a:hover{
	border: 1px solid #D2EFFF;
	background: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}

/*分页样式2*/
.showpage .epages {
	text-align: center;
	}
.epages{margin:3px 0;font:11px/12px Tahoma}
.epages *{vertical-align:middle;}
.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}

/*图片自动缩图*/
.photoresize {
	max-width:560px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth > 560)?"560px":"auto"}
		   );
	}

.ecomment {margin:0;padding:0;}
.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}
.ecommentauthor {float:left; color:#F96; font-weight:bold;}
.ecommenttext {clear:left;margin:0;padding:0;}

.z{
    margin-bottom:30px;
}
.y{
    margin-top:20px;
}
.x{
    padding-top: 50px;
    padding-bottom:50px;
}
.anli{
    padding-bottom: 20px;
}


.top{
   /* margin-top: 30px;*/
    position: fixed;
    z-index: 999;
    background: #333333;
}
.nav{
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1pt;
    
}
.nav:hover{
    background: url(../images/nav_b.png) no-repeat bottom center;
}
.nav a{
    color: #ffffff;
    text-decoration: none;
}
.nav a:hover{
    color: #097452;
    text-decoration: none;
}
.nav_n{
    font-size: 18px;
    line-height: 85px;
    text-align: center;
    color: #ffffff;
    
}
.nav_n:hover{
    background: url(../images/nav_b.png) no-repeat bottom center;
}
.nav_n a{
    color: #ffffff;
    text-decoration: none;
}
.nav_n a:hover{
    color: #097452;
    text-decoration: none;
}
.solution_td{
    background: #ffffff;
    	transition:transform 1s;
}
.solution_td:hover{
    background: #ffffff;
	cursor:pointer;
	transform:translate(0,-10px);
}
.solution_back{
    background: #ffffff;
    -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; 
    box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;
}
.solution_back:hover{
    background: #ffffff;
}
.class_title{
    font-size: 24px;
    color: #097452;
    text-align: left;
    /*line-height: 40px;*/
    font-weight: bold;
}
.class_title a{
    text-decoration: none;
    color: #097452;
}
.class_title a:hover{
    text-decoration: none;
    color: #097452;
}
.class_small span{
    font-size: 16px;
    color: #097452;
    text-align: left;
    line-height: 35px;
    padding-right: 10px;
}
/*.class_small a{
    padding-right: 10px;
    text-decoration: none;
    color: #1c7059;
}
.class_small a:hover{
    text-decoration: underline;
    color: #1c7059;
}*/
.xi_button {
  display: inline-block;
  border-radius: 10px;
  background-color: #097452;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
 /* margin-top: 80px;*/
 /* margin-right: 200px;
  font-weight: bold;*/
 /* -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; *//* 鑰佺殑 Firefox */
/*box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;*/
  /*border:1px solid #174c3e;*/
  /*border-image: linear-gradient(to bottom, #ff0000,#000000);*/
  letter-spacing: 1pt;
}

.xi_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.xi_button span a{
    color: #ffffff;
    text-decoration: none;
}
.xi_button span a:hover{
    color: #ffffff;
    text-decoration: none;
}
.xi_button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 0.5s;
}

.xi_button:hover span {
  padding-right: 25px;
}

.xi_button:hover span:after {
  opacity: 1;
  right: 0;
}

.shili{
    background: url(../images/chejian.jpg) no-repeat center center;
    height: 650px;
}
.shi_t h2{
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 10pt;
}
.shi_t{
    font-size: 60px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.shi_tt{
     font-size: 42px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1pt;
}
.shi_text_text{
     font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom:10px;
}
.shi_text{
     font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    padding-top: 50px;
    padding-bottom:20px;
    padding-left: 30px;
    padding-right: 30px;
}
.shili_button {
  display: inline-block;
  border-radius: 10px;
  background-color: #097452;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 14px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 10px;
 /* margin-right: 200px;
  font-weight: bold;*/
 /* -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; *//* 鑰佺殑 Firefox */
/*box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;*/
  /*border:1px solid #174c3e;*/
  /*border-image: linear-gradient(to bottom, #ff0000,#000000);*/
  letter-spacing: 1pt;
}

.shili_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.shili_button span a{
    color: #ffffff;
    text-decoration: none;
}
.shili_button span a:hover{
    color: #ffffff;
    text-decoration: none;
}
.shili_button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 0.5s;
}

.shili_button:hover span {
  padding-right: 25px;
}

.shili_button:hover span:after {
  opacity: 1;
  right: 0;
}
.newstitle h2{
    font-size: 30px;
    color: #097452;
    text-align: left;
    line-height: 45px;
}
.newstitle h2 a{
    text-decoration: none;
    color: #097452;
}
.newstitle h2 a:hover{
    text-decoration: none;
    color: #097452;
}
.news_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_list_title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height:40px;
    color: #333333;
    height: 80px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
}
.pro_list_title a{
    text-decoration: none;
    color: #333333;
}
.pro_list_title a:hover{
    text-decoration: none;
    color: #097452;
}
.anli_list_title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height:40px;
    color: #333333;
    height: 80px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
}
.anli_list_title a{
    text-decoration: none;
    color: #333333;
}
.anli_list_title a:hover{
    text-decoration: none;
    color: #097452;
}
.news_list_title{
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height:40px;
    color: #333333;
    /*height: 80px;*/
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
}
.news_list_title a{
    text-decoration: none;
    color: #333333;
}
.news_list_title a:hover{
    text-decoration: none;
    color: #097452;
}
.news_list_time{
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:10px;
}
.footer_nav{
    font-size: 16px;
    line-height: 65px;
    color: #ececec;
    text-align: center;
}
.footer_nav a{
    color: #ececec;
    text-decoration: none;
}
.footer_nav a:hover{
    text-decoration: none;
    color: #ececec;
}
.footer_b{
    border-top:1px solid #999999;
   /* border-bottom:1px solid #999999;*/
    height: 200px;
}
.footer_h{
    font-size: 18px;
    color: #999999;
    text-align: left;
    line-height: 35px;
    font-weight: bold;
}
.footer_title{
    font-size: 16px;
    color: #999999;
    text-align: left;
    line-height: 35px;
    padding-left: 10px;
    font-weight: bold;
}
.foot_link{
    border-top:1px solid #999999;
}
.footer_l{
    font-size: 14px;
    color: #999999;
    text-align: left;
    line-height: 35px;
}
.footer_l a{
    padding-left: 10px;
    text-decoration: none;
    color: #999999;
}
.footer_l a:hover{
    text-decoration: none;
    color: #999999;
}
.banner_list{
    background: url(../images/banner_list.jpg) no-repeat center bottom;
    height: 400px;
}
.newsnav{
    font-size: 14px;
    color: #333333;
    text-align: right;
    line-height: 40px;
}
.newsnav a{
    text-decoration:none;
    color: #333333;
}
.newsnav a:hover{
    text-decoration: underline;
    color: #333333;
}

.content_h{
    font-size: 32px;
    line-height: 55px;
    text-align: center;
    color: #097452;
    font-weight: bold;
}
.content_s{
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    color: #333333;
}
.content_t_ad{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.content_t{
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.content_t a{
    text-decoration: none;
    color: #333333;
}
.content_t a:hover{
    text-decoration: none;
    color: #333333;
}
.content_td{
    	transition:transform 1s;
}
.content_td:hover{
	cursor:pointer;
	transform:translate(0,-10px);
}

.list_button {
   /* margin-right:10px;*/
  display: inline-block;
  border-radius: 10px;
  background-color: #097452;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
 /* margin-top: 80px;*/
 /* margin-right: 200px;
  font-weight: bold;*/
 /* -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; *//* 鑰佺殑 Firefox */
/*box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;*/
  /*border:1px solid #174c3e;*/
  /*border-image: linear-gradient(to bottom, #ff0000,#000000);*/
  letter-spacing: 1pt;
}

.list_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.list_button span a{
    color: #ffffff;
    text-decoration: none;
}
.list_button span a:hover{
    color: #ffffff;
    text-decoration: none;
}
.list_button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 0.5s;
}

.list_button:hover span {
  padding-right: 25px;
}

.list_button:hover span:after {
  opacity: 1;
  right: 0;
}


.about_t p{
    padding-right: 10px;
    text-indent: 2em;
    font-size: 16px;
    text-align: left;
    line-height: 35px;
    color: #333333;
}
.tuanjian{
    background: url(../images/tuanjian.jpg) no-repeat center top;
    height: 800px;
}

.advantage_k{
   /* -moz-box-shadow: 5px 5px 10px #000,-5px -5px 10px #000; 
    box-shadow: 5px 5px 10px #000,-5px -5px 10px #000;*/
    padding-bottom:30px;
	transition:transform 1s;
}
.advantage_k:hover{
	cursor:pointer;
	transform:translate(0,-15px);
}
.advantage_t{
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2pt;
}
.advantage_f{
	font-size: 16px;
	color:#ffffff;
	line-height: 35px;
	text-align: left;
}

.zhuanli{
  /*  padding-top:10px;*/
padding-bottom:10px;
font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 35px;
}
.zhuanli_t{
    font-size: 40px;
    color: #333333;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
}
.c_news_title h1{
    font-size: 28px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    padding-left: 10px;
}
.c_news_title{
    font-size: 26px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    padding-left: 10px;
}
.news_title{
    font-size: 17px;
    color: #333333;
    text-align: left;
    line-height: 50px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    font-weight: bold;
    height:115px;
}
.news_title a{
    color: #333333;
    text-decoration: none;
}
.news_title a:hover{
    color: #097452;
    text-decoration: none;
}
.news_time{
     font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 40px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.news_bianji span{
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    padding-right: 5px;
    padding-left: 5px;
}
.news_text p{
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 35px;
  /*  padding-bottom:20px;*/
    text-indent: 2em;
}
.news_text{
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 35px;
    padding-bottom:20px;
}
.news_text a{
    text-decoration: none;
    color: #333333;
}
.news_text a:hover{
    text-decoration: none;
    color: #333333;
}
.news_text img{
    text-align: center;
    height: auto;
    width:500px;
}
.news_pro{
    font-size: 16px;
    color: #333333;
    line-height: 35px;
}
.news_pro a{
    color: #333333;
    text-decoration: none;
}
.news_pro a:hover{
    color: #097452;
    text-decoration: none;
}

.anli_title{
    font-size: 28px;
    color: #333333;
    text-align: left;
    line-height: 50px;
    height: 80px;
    font-weight: bold;
}
.anli_list_button {
    margin-right:10px;
  display: inline-block;
  border-radius: 10px;
  background-color: #097452;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  padding: 22px;
  width: 265px;
  transition: all 0.5s;
  cursor: pointer;
 /* margin-top: 80px;*/
 /* margin-right: 200px;
  font-weight: bold;*/
 /* -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; *//* 鑰佺殑 Firefox */
/*box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;*/
  /*border:1px solid #174c3e;*/
  /*border-image: linear-gradient(to bottom, #ff0000,#000000);*/
  letter-spacing: 1pt;
}

.anli_list_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.anli_list_button span a{
    color: #ffffff;
    text-decoration: none;
}
.anli_list_button span a:hover{
    color: #ffffff;
    text-decoration: none;
}
.anli_list_button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 0.5s;
}

.anli_list_button:hover span {
  padding-right: 25px;
}

.anli_list_button:hover span:after {
  opacity: 1;
  right: 0;
}

.pro_small{
    font-size: 16px;
    color: #333;
    text-align: right;
    line-height: 35px;
}
/* 设置容器样式 */
			#dituContent {
			    margin-top: 50px;
				height: 600px;
				width: 100%;
			}

			.mapContent {
				width:300px;
				position: relative;
				top: -20px;
				
			}

			.BMap_bubble_content {
				overflow: visible !important;
			}

			.mapContent .title {
				width: 100%;
				font-size: 18px;
				color: #333;
				line-height: 30px;
				font-weight: bold;
				padding-left: 10px;
				padding-top:10px;
			}

			.mapContent .main {
				font-size: 14px;
				line-height: 30px;
				color: #333;
				padding-left: 10px;
				padding-top:10px;
			}

			.mapContent .main p {
				margin: 0;
				padding: 0;
			}
			.mapContent .main p a{
				color: #333333;
				text-decoration: none;
			}
			.mapContent .main p a:hover{
				color: #333333;
				text-decoration:underline;
			}